| Name | Description | |
|---|---|---|
![]() | NQueue<T> Constructor | Overloaded. |
The following tables list the members exposed by NQueue<T>.
| Name | Description | |
|---|---|---|
![]() | NQueue<T> Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
![]() | Dequeue | Removes and returns the item at the beginning of the queue. |
![]() | Enqueue | Enqueue (appends) the item at the end of the queue. |
![]() | Peek | Returns the first item of the queue without removing it. |